home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / emma22.arc / 800.CSF next >
Text File  |  1990-09-27  |  2KB  |  52 lines

  1. * Use this script with EMMA if you call MCI Mail on a tollfree number.
  2. *
  3. * To prepare this script, copy it to a file called EMMA.CSF and then edit
  4. * it as follows:
  5. *
  6. * (1)    Change the port parameters on the line marked *1*.  The first number
  7. *    indicates the COM port that EMMA is to use; it may be 1, 2, 3
  8. *    or 4.  The second number indicates the line speed in bits per
  9. *    second; it must be given in double-quotes.  Examples are "1200" and
  10. *    "2400".
  11. *
  12. * (2)    Adjust the dialing string on the line marked *2*.  You might, for
  13. *    example, need to change "ATDT" to "ATDP" to accomodate pulse dialing,
  14. *    or change the number from "1-800-..." to "9,800-..." if you are
  15. *    dialing through a PBX.  Use one of the following numbers only:
  16. *
  17. *        for 300 or 1200 bps, 800-234-6245
  18. *        for 2400 bps,        800-456-6245
  19. *
  20. * (3)    Replace "username" in the line marked *3* with your MCI Mail
  21. *    username in double quotes.
  22. *
  23. * (4)    Replace "password" in the line marked *4* with your MCI Mail
  24. *    password in double quotes.
  25. *
  26. * (5)    Remove these comments.  That is, delete all lines from the top
  27. *    of the file down to and including the line of asterisks.
  28. *******************************************************************************
  29. C    "Calling MCI Mail on an 800 number^M^J"
  30. C    "(Press the Escape key if you need to abort the session.)^M^J"
  31. P  1    "2400"        *1*    Your COM port number and speed go in this line
  32. T    "ATZ^M"
  33. R  5    "OK^M^J"
  34. D  1
  35. T    "ATE1 S7=45^M"        Echo commands.  Wait 45 secs for carrier.
  36. R  5    "OK^M^J"
  37. T    "ATDT1-800-XXX-6245^M"    *2*  Adjust the dialing string as necessary
  38. R 40    "CONNECT"
  39. B
  40. D  2
  41. T    "^M"
  42. R 20    "Port:"
  43. R  5    "name:"
  44. T    "username"    *3*    Put your username in this line
  45. T    "/batch:1ST/"
  46. T    "password"    *4*    Put your password in this line
  47. T    "^M"
  48. R 20    "COM^M^J"
  49. M
  50. R 10    "CLR DTE^M^J"
  51. C    "You will find any new mail in file MAIL.IN"
  52.